Filter (large Eddy Simulation)
   HOME

TheInfoList



OR:

Filtering in the context of
large eddy simulation Large eddy simulation (LES) is a mathematical model for turbulence used in computational fluid dynamics. It was initially proposed in 1963 by Joseph Smagorinsky to simulate atmospheric air currents, and first explored by Deardorff (1970). LES is c ...
(LES) is a mathematical operation intended to remove a range of small scales from the solution to the Navier-Stokes equations. Because the principal difficulty in simulating turbulent flows comes from the wide range of length and time scales, this operation makes turbulent flow simulation cheaper by reducing the range of scales that must be resolved. The LES filter operation is low-pass, meaning it filters out the scales associated with high frequencies.


Homogeneous filters


Definition in physical space

The low-pass filtering operation used in LES can be applied to a spatial and temporal field, for example \phi(\boldsymbol,t). The LES filter operation may be spatial, temporal, or both. The filtered field, denoted with a bar, is defined as: : \overline = \displaystyle \int_^ \phi(\boldsymbol,t^) G(\boldsymbol-\boldsymbol,t - t^) dt^ d \boldsymbol, where G is a convolution kernel unique to the filter type used. This can be written as a convolution operation: : \overline = G \star \phi . The filter kernel G uses cutoff length and time scales, denoted \Delta and \tau_, respectively. Scales smaller than these are eliminated from \overline. Using this definition, any field \phi may be split up into a filtered and sub-filtered (denoted with a prime) portion, as : \phi = \bar + \phi^ . This can also be written as a convolution operation, : \phi^ = \left( 1 - G \right) \star \phi .


Definition in spectral space

The filtering operation removes scales associated with high frequencies, and the operation can accordingly be interpreted in
Fourier space In physics, electronics, control systems engineering, and statistics, the frequency domain refers to the analysis of mathematical functions or signals with respect to frequency, rather than time. Put simply, a time-domain graph shows how a s ...
. For a scalar field \phi(\boldsymbol,t), the
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
of \phi is \hat(\boldsymbol,\omega), a function of \boldsymbol, the spatial wave number, and \omega, the temporal frequency. \hat can be filtered by the corresponding
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
of the filter kernel, denoted \hat(\boldsymbol,\omega): : \overline(\boldsymbol,\omega) = \hat(\boldsymbol,\omega) \hat(\boldsymbol,\omega) or, : \overline = \hat \hat . The filter width \Delta has an associated cutoff wave number k_, and the temporal filter width \tau_ also has an associated cutoff frequency \omega_. The unfiltered portion of \hat is: : \hat = (1 - \hat) \hat. The spectral interpretation of the filtering operation is essential to the filtering operation in large eddy simulation, as the spectra of turbulent flows is central to LES subgrid-scale models, which reconstruct the effect of the sub-filter scales (the highest frequencies). One of the challenges in subgrid modeling is to effectively mimic the cascade of kinetic energy from low to high frequencies. This makes the spectral properties of the implemented LES filter very important to subgrid modeling efforts.


Homogeneous filter properties

Homogeneous LES filters must satisfy the following set of properties when applied to the Navier-Stokes equations. ;1. Conservation of constants :The value of a filtered constant must be equal to the constant, :: \overline = a, :which implies, :: \int_^ \int_^ G( \boldsymbol, t^ ) d^3 \boldsymbol dt^ = 1. ;2. Linearity :: \overline = \overline + \overline. ;3. Commutation with derivatives :: \overline = \frac, \qquad s = \boldsymbol, t. :If notation is introduced for operator commutation , g/math> for two arbitrary operators f and g, where :: , g\phi = f \circ g(\phi) - g \circ f(\phi) = f(g(\phi)) - g(f(\phi)), :then this third property can be expressed as :: \left G \star, \frac \right= 0. Filters satisfying these properties are generally not
Reynolds operator In fluid dynamics and invariant theory, a Reynolds operator is a mathematical operator given by averaging something over a group action, satisfying a set of properties called Reynolds rules. In fluid dynamics Reynolds operators are often encountere ...
s, meaning, first: : \begin \overline &\neq& \overline, \\ G \star G \star \phi = G^2 \star \phi &\neq& G \star \phi, \end and second, : \overline = G \star (1-G) \star \phi \neq 0 .


Inhomogeneous filters

Implementations of filtering operations for all but the simplest flows are inhomogeneous filter operations. This means that the flow either has non-periodic boundaries, causing problems with certain types of filters, or has a non-constant filter width \Delta, or both. This prevents the filter from commuting with derivatives, and the commutation operation leads to several additional error terms: : \begin \left \frac, G \star \right\phi &=& \frac \left( G \star \phi \right) - G \star \frac \\ &=& \frac \int_ G( \boldsymbol - \boldsymbol, \Delta(\boldsymbol,t)) \phi(\boldsymbol,t) d \boldsymbol - G \star \frac \\ &=& \left( \frac \star \phi \right) \frac + \int_ G(x-r, \Delta(x,t)) \phi(r,t) \boldsymbol dS \end, where \boldsymbol is the vector normal to the surface of the boundary \Omega and d \Omega. The two terms both appear due to inhomogeneities. The first is due to the spatial variation in the filter size \Delta, while the second is due to the domain boundary. Similarly, the commutation of the filter G with the temporal derivative leads to an error term resulting from temporal variation in the filter size, : \left \frac, G \star \right= \left( \frac \star \phi \right) \frac. Several filter operations which eliminate or minimize these error terms have been proposed.


Classic large eddy simulation filters

There are three filters ordinarily used for spatial filtering in large eddy simulation. The definition of G(\boldsymbol,t) and \hat(\boldsymbol,\omega), and a discussion of important properties, is given.


Box filter

The filter kernel in physical space is given by: : G(\boldsymbol - \boldsymbol) = \begin \frac, & \text \left, \boldsymbol - \boldsymbol \ \leq \frac, \\ 0, & \text. \end The filter kernel in spectral space is given by: : \hat(\boldsymbol) = \frac.


Gaussian filter

The filter kernel in physical space is given by: : G(\boldsymbol - \boldsymbol) = \left( \frac \right)^ \exp. The filter kernel in spectral space is given by: : \hat(\boldsymbol) = \exp.


Sharp spectral filter

The filter kernel in physical space is given by: : G(\boldsymbol - \boldsymbol) = \frac. The filter kernel in spectral space is given by: : \hat(\boldsymbol) = H \left( k_c - \left, k \ \right), \qquad k_c = \frac.


See also

*
Computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate th ...
*
Filter (signal processing) In signal processing, a filter is a device or process that removes some unwanted components or features from a signal. Filtering is a class of signal processing, the defining feature of filters being the complete or partial suppression of some aspe ...
*
Fluid mechanics Fluid mechanics is the branch of physics concerned with the mechanics of fluids ( liquids, gases, and plasmas) and the forces on them. It has applications in a wide range of disciplines, including mechanical, aerospace, civil, chemical and bio ...
*
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
*
Frequency domain In physics, electronics, control systems engineering, and statistics, the frequency domain refers to the analysis of mathematical functions or signals with respect to frequency, rather than time. Put simply, a time-domain graph shows how a signa ...
*
Large eddy simulation Large eddy simulation (LES) is a mathematical model for turbulence used in computational fluid dynamics. It was initially proposed in 1963 by Joseph Smagorinsky to simulate atmospheric air currents, and first explored by Deardorff (1970). LES is c ...
*
Turbulence In fluid dynamics, turbulence or turbulent flow is fluid motion characterized by chaotic changes in pressure and flow velocity. It is in contrast to a laminar flow, which occurs when a fluid flows in parallel layers, with no disruption between ...


References

{{DEFAULTSORT:Filter (Large Eddy Simulation) Turbulence models